Looks up the localized name of the
specified field.
Namespace:
Microsoft.ConfigurationManagement.ApplicationManagement
Assembly:
Microsoft.ConfigurationManagement.ApplicationManagement (in
Microsoft.ConfigurationManagement.ApplicationManagement.dll)
Usage
Visual Basic |
Dim fieldName As String
Dim returnValue As String
returnValue = Me.GetLocalizedString(fieldName)
|
Syntax
Visual Basic |
Protected Function GetLocalizedString ( _
fieldName As String _
) As String
|
C# |
protected string GetLocalizedString (
string fieldName
)
|
C++ |
protected:
String^ GetLocalizedString (
String^ fieldName
)
|
J# |
protected String GetLocalizedString (
String fieldName
)
|
JScript |
protected function GetLocalizedString (
fieldName : String
) : String
|
Parameters
- fieldName
-
Field.
Return Value
Returns
String.
Thread Safety
Any public static (Shared in Visual
Basic) members of this type are thread safe. Any instance members
are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows Vista, Windows Server 2003, and
Target Platforms
See Also